
 
 F u n c t i o n :   h a s H a s h (   a r r a y O f H a s h T a g s O r D C O b j e c t s ,   s t r i n g O p t i o n a l H a s h T a g T o M a t c h   ) 
 
 
 
 D e s c r i p t i o n :   C h e c k s   i f   a   h a s h   t a g   m a t c h e s   a n   a s s o c i a t e d   D C   o b j e c t   o r   i d   w i t h i n   a   s p e c i f i e d   a r r a y . 
 
 
 
 R e t u r n s :   T r u e   i f   y e s ,   F a l s e   o t h e r w i s e . 
 
 
 
 N o t e :   I f   s t r i n g O p t i o n a l H a s h T a g T o M a t c h   i s   u n d e f i n e d ,   t h e   h a s h   t a g   a s s o c i a t e d   w i t h   t h e   c u r r e n t   p a g e   U R L   w i l l   b e   u s e d   i n s t e a d . 
 
 
 
 E x a m p l e : 
 
 
 
 / /   C h e c k   t h e   c u r r e n t   u r l . 
 
 v a r   h a s M a t c h   =   $ A . h a s H a s h ( ) ; 
 
 
 
 / /   C h e c k   a g a i n s t   a n   a r r a y   o f   h a s h   i d s . 
 
 v a r   h a s M a t c h   =   $ A . h a s H a s h ( [ 
 
     " U n i q u e I d 1 " ,   " U n i q u e I d 2 " ,   " E t c " 
 
 ] ) ; 
 
 